'Declaration
Public Overloads Shared Function ToDataCollection(Of T As Class)( _ ByVal source As IEnumerable _ ) As IDataCollection(Of T)
public static IDataCollection<T> ToDataCollection<T>( IEnumerable source ) where T: class
Parameters
- source
- The source of the data collection.
Type Parameters
- T
- The type of the data collection.